ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BasePointView<TOwnerView> Class / plots Property

In This Topic
    plots Property (_BasePointView<TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property plots As List(Of IPlotModel)
    public List<IPlotModel> plots {get;}
    See Also